runtime.p.timerModifiedEarliest (field)
11 uses
runtime (current package)
proc.go#L3663: nextAdj := pp.timerModifiedEarliest.Load()
runtime2.go#L694: timerModifiedEarliest atomic.Int64
time.go#L404: pp.timerModifiedEarliest.Store(0)
time.go#L432: pp.timerModifiedEarliest.Store(0)
time.go#L675: first := pp.timerModifiedEarliest.Load()
time.go#L684: pp.timerModifiedEarliest.Store(0)
time.go#L759: nextAdj := pp.timerModifiedEarliest.Load()
time.go#L907: pp.timerModifiedEarliest.Store(0)
time.go#L1018: old := pp.timerModifiedEarliest.Load()
time.go#L1023: if pp.timerModifiedEarliest.CompareAndSwap(old, nextwhen) {
time.go#L1049: w = pp.timerModifiedEarliest.Load()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |